home *** CD-ROM | disk | FTP | other *** search
- menuloopSound.stop();
- menuLoopPlaying = false;
- if(app.soundVol == 100)
- {
- app.helpMC.soundMC.gotoAndStop("soundON");
- }
- else
- {
- app.helpMC.soundMC.gotoAndStop("soundOFF");
- }
- trace("calling next level func");
- scripts.nextLevel();
-